home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / olrdrs / vbrdr141.zip / SML141.ZIP / COMPRESS.BAT < prev    next >
DOS Batch File  |  1993-01-16  |  302b  |  14 lines

  1. rem Set Current Drive to the drive containing the replies directory
  2. rem Substitute your own drive letter
  3.  
  4. c:
  5.  
  6. rem Set Current Directory to the replies Directory
  7. rem Substitute you own directory structure
  8.  
  9. cd\reader\replies
  10.  
  11. rem Invoke PKZIP and pass parameters
  12.  
  13. c:\pkz2\pkzip -)  %1 %2 %3
  14.